Pass the `arg_opts` from the command line further on to the CompileOptions.
authorSondre Lefsaker <sondrele@stud.ntnu.no>
Fri, 1 May 2015 23:01:30 +0000 (01:01 +0200)
committerSondre Lefsaker <sondrele@stud.ntnu.no>
Fri, 1 May 2015 23:21:10 +0000 (01:21 +0200)
commitb177d2ab56904191f0f2bd58ab837cd07e0f2bf8
treef6402b6b012380ec683bc1592f6adf942fa203e3
parent77bb01ece2b083754509cf443254b4b95783e15d
Pass the `arg_opts` from the command line further on to the CompileOptions.
- The new tests verifies that the extra arguments gets appended to the command. One is for lib and one is for main
- Currently the arguments gets passed on to *every* target that gets built, so the tests only contain one file each
src/bin/rustc.rs
src/cargo/ops/cargo_rustc/mod.rs
tests/test_cargo_rustc.rs